@echo off
echo.
echo Zugriff auf Synology zulassen, LANManager-Problem Windows
echo.
cmd /c REG ADD HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters /v AllowInsecureGuestAuth /t REG_DWORD /d 1 /f
Pause